home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / uupc.lzh / uupc / mailhost.c < prev    next >
C/C++ Source or Header  |  1990-01-16  |  414b  |  18 lines

  1. /*
  2.  *    mailhost.c
  3.  *
  4.  *    Amiga system mailer
  5.  *    MAIN is defined to be mailmain() which exists in mail.c  This
  6.  *    file is just the preface which defines main() and calls MAIN.
  7.  *
  8.  *    $Id: mailhost.c,v 1.2 90/01/16 10:26:42 crash Exp Locker: crash $
  9.  */
  10.  
  11. #ifndef lint
  12. static char RCSid[] = "$Id: mailhost.c,v 1.2 90/01/16 10:26:42 crash Exp Locker: crash $";
  13. #endif /* lint */
  14.  
  15. #define    MAIN    mailmain
  16.  
  17. #include    "host.c"
  18.